home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.1 - Disc 2 / 1998-07_-_Disc_4.1_No._2_Imperfect.iso / mechcmdr / data / objects / object2.pak / Unnamed File 000006 < prev    next >
Text File  |  1998-04-08  |  4KB  |  118 lines

  1. FITini
  2.  
  3. // This is the Pulse Laser FX File
  4.  
  5. [ObjectClass]
  6. l ObjectTypeNum = 6
  7.  
  8. [ObjectType]
  9. st Name                     = "plaser"            // Text string giving a descriptive name  (only 8 chars long!!)
  10. l Type                         = 4                    // ID number for this mech type
  11. l Appearance                = 0x01000000
  12. l Duration                    = -1                // Lasts forever = -1
  13. l MaxDamage                    = 0                    // Number of damage points before BOOM!
  14. l ExplosionObject            = 0                    // Object Class Number of explosion for Mech
  15. l DestroyedObject            = 0                    // Object Class Number of Destroyed shape for Mech
  16. f ExtentRadius                = 0                    // Extent Radius in Meters
  17. l KeepMe                    = 1
  18.  
  19. [LaserData]
  20. uc PixelWidth                 = 1                    //Width of laser beam
  21. uc NumStages                = 9                    //Number of distinct laser stages
  22. ul DmgLevel                    = 200                //Amount of Damage laser does
  23. ul SoundEffectId            = 3                    //No SFX yet
  24. ul LaserHitEffect            = 40
  25. ul LaserMissEffect            = 398                //Effect to play when laser misses
  26.  
  27. [FLaser0]                                        //FLaser means Friendly color
  28. f StageDuration                = 0.05                //Duration of this stage in seconds
  29. uc StageCool                = 224                //Cool Color of stage
  30. uc StageHot                    = 224                //Hot Color of Stage
  31.  
  32. [FLaser1]
  33. f StageDuration                = 0.05                //Duration of this stage in seconds
  34. uc StageCool                = 225                //Cool Color of stage
  35. uc StageHot                    = 224                //Hot Color of Stage
  36.  
  37. [FLaser2]                                        //FLaser means Friendly color
  38. f StageDuration                = 0.05                //Duration of this stage in seconds
  39. uc StageCool                = 226                //Cool Color of stage
  40. uc StageHot                    = 225                //Hot Color of Stage
  41.  
  42. [FLaser3]
  43. f StageDuration                = 0.05                //Duration of this stage in seconds
  44. uc StageCool                = 225                //Cool Color of stage
  45. uc StageHot                    = 224                //Hot Color of Stage
  46.  
  47. [FLaser4]                                        //FLaser means Friendly color
  48. f StageDuration                = 0.05                //Duration of this stage in seconds
  49. uc StageCool                = 226                //Cool Color of stage
  50. uc StageHot                    = 225                //Hot Color of Stage
  51.  
  52. [FLaser5]
  53. f StageDuration                = 0.05                //Duration of this stage in seconds
  54. uc StageCool                = 226                //Cool Color of stage
  55. uc StageHot                    = 226                //Hot Color of Stage
  56.  
  57. [FLaser6]
  58. f StageDuration                = 0.05                //Duration of this stage in seconds
  59. uc StageCool                = 225                //Cool Color of stage
  60. uc StageHot                    = 224                //Hot Color of Stage
  61.  
  62. [FLaser7]                                        //FLaser means Friendly color
  63. f StageDuration                = 0.05                //Duration of this stage in seconds
  64. uc StageCool                = 226                //Cool Color of stage
  65. uc StageHot                    = 225                //Hot Color of Stage
  66.  
  67. [FLaser8]
  68. f StageDuration                = 0.05                //Duration of this stage in seconds
  69. uc StageCool                = 226                //Cool Color of stage
  70. uc StageHot                    = 226                //Hot Color of Stage
  71.  
  72. [ELaser0]                                        //ELaser means Enemy color
  73. f StageDuration                = 0.05                //Duration of this stage in seconds
  74. uc StageCool                = 211                //Cool Color of stage
  75. uc StageHot                    = 211                //Hot Color of Stage
  76.  
  77. [ELaser1]
  78. f StageDuration                = 0.05                //Duration of this stage in seconds
  79. uc StageCool                = 212                //Cool Color of stage
  80. uc StageHot                    = 211                //Hot Color of Stage
  81.  
  82. [ELaser2]                                        //ELaser means Enemy color
  83. f StageDuration                = 0.05                //Duration of this stage in seconds
  84. uc StageCool                = 213                //Cool Color of stage
  85. uc StageHot                    = 212                //Hot Color of Stage
  86.  
  87. [ELaser3]
  88. f StageDuration                = 0.05                //Duration of this stage in seconds
  89. uc StageCool                = 212                //Cool Color of stage
  90. uc StageHot                    = 211                //Hot Color of Stage
  91.  
  92. [ELaser4]                                        //ELaser means Enemy color
  93. f StageDuration                = 0.05                //Duration of this stage in seconds
  94. uc StageCool                = 213                //Cool Color of stage
  95. uc StageHot                    = 212                //Hot Color of Stage
  96.  
  97. [ELaser5]
  98. f StageDuration                = 0.05                //Duration of this stage in seconds
  99. uc StageCool                = 213                //Cool Color of stage
  100. uc StageHot                    = 213                //Hot Color of Stage
  101.  
  102. [ELaser6]
  103. f StageDuration                = 0.05                //Duration of this stage in seconds
  104. uc StageCool                = 212                //Cool Color of stage
  105. uc StageHot                    = 211                //Hot Color of Stage
  106.  
  107. [ELaser7]                                        //ELaser means Enemy color
  108. f StageDuration                = 0.05                //Duration of this stage in seconds
  109. uc StageCool                = 213                //Cool Color of stage
  110. uc StageHot                    = 212                //Hot Color of Stage
  111.  
  112. [ELaser8]
  113. f StageDuration                = 0.05                //Duration of this stage in seconds
  114. uc StageCool                = 213                //Cool Color of stage
  115. uc StageHot                    = 213                //Hot Color of Stage
  116.  
  117. FITend
  118.